home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 July / CHIP_CD_2004-07.iso / macos / pack1 / files / jppsetup.dmg / JPP Installer.app / Contents / Resources / Installer Items / openfile.txt next >
Text File  |  2004-05-07  |  329b  |  7 lines

  1. #!/bin/sh
  2.  
  3. ## This script will open a specified file with the file's associated application.
  4.  
  5. ## Note: The "$1" variable will contain whatever information was supplied in the 'parameters' field of the execute script action within the FileStorm installer.  In most cases this is a path to a file including the filename.
  6.  
  7. open "$1"